hip.hiprenderer.vertex

This file provides the essential information for specifying vertices for the target 3D API. Its Attributes/Layout, some preset layouts. The workflow for vertices are entirely based on OpenGL, using VAOs and VBOs

Public Imports

hip.api.renderer.vertex
public import hip.api.renderer.vertex;
Undocumented in source.

Members

Classes

HipVertexArrayObject
class HipVertexArrayObject

For using this class, you must first define the vertex layout for after that, create the vertex buffer and/or the index buffer.

Meta